home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / FinderGrok / Grok / Source / Prefix / PrefixCommon.h < prev   
Text File  |  2000-06-23  |  883b  |  22 lines

  1. // ===========================================================================
  2. //    PrefixCommon.h                ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4. //    This file contains settings/material common to all targets for the
  5. //    prefix file/precompiled header.
  6.  
  7.  
  8.     // Option for using PowerPlant namespace
  9. #define PP_Uses_PowerPlant_Namespace        0    // OFF, don't use PowerPlant namespace
  10.  
  11.     // Standard Dialogs
  12. #define PP_StdDialogs_Option                PP_StdDialogs_Conditional    // use conditional standard dialog
  13.                                                                         // implementation
  14.  
  15.     // Force the use of new types
  16. #define PP_Uses_Old_Integer_Types            0    // OFF, use new types
  17.  
  18.     // Don't allow use of the obsolete AllowTargetSwitch
  19. #define PP_Obsolete_AllowTargetSwitch        0
  20.  
  21.     // Don't show release notes warnings for old projects
  22. #define PP_Suppress_Notes_21                1